home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_302_blob.txt < prev    next >
Text File  |  1994-02-10  |  468b  |  15 lines

  1. // create a smooth blobby shape
  2. blob
  3. {
  4.   // threshold (0.0 < threshold <= StrengthVal) surface falloff threshold #
  5.   threshold 0.6
  6.   // StrengthVal (+ or -) strength of component's radiating density
  7.   // RadiusVal (0 < RadiusVal) outer sphere of influence on other components
  8.   // <ComponentCenter>
  9.   component 1.0, 1.0, <0.75,    0,        0>
  10.   component 1.0, 1.0, <-0.375,  0.64952,  0>
  11.   component 1.0, 1.0, <-0.375, -0.64952,  0>
  12.   // component ...
  13.   // [sturm]
  14. }
  15.